XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / XdsDocument Constructor / XdsDocument Constructor(Byte[])
The byte array containing the document data



In This Topic
    XdsDocument Constructor(Byte[])
    In This Topic
    Create a new XdsDocument object from a byte array
    Syntax
    Public Function New( _
       ByVal data() As Byte _
    )
    Dim data() As Byte
     
    Dim instance As New XdsDocument(data)
    public XdsDocument( 
       byte[] data
    )
    public:
    XdsDocument( 
       array<byte>^ data
    )

    Parameters

    data
    The byte array containing the document data
    Remarks
    Unlike the XdsDocument Constructor(String) version, this overload has no means to determine the MimeType whic must be set explicitly.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also